home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / CDTV / isodevpack-41 / bookit.doc < prev    next >
Encoding:
Text File  |  1991-11-05  |  2.5 KB  |  79 lines

  1. Bookit                                                                 Bookit
  2.  
  3.    NAME
  4.     Bookit -- CDTV configuration/bookmark reader utility
  5.  
  6.    SYNOPSIS
  7.     Bookit  [ bjvcsl ]
  8.  
  9.    FUNCTION
  10.     This program configures CDTV options based on the contents of the
  11.     CDTVPrefs bookmark, stored in non-volatile RAM.  This program
  12.     ideally should be part of the Startup-Sequence.  The options are:
  13.  
  14.     b:    Sets Workbench screen and pointer colors to black.  This is
  15.         helpful in presenting a blank screen after taking down the
  16.         CDTV trademark, rather than the jarring blue Workbench
  17.         screen.
  18.  
  19.         NOTE:  Workbench must be the only screen open for this to
  20.         operate properly.
  21.  
  22.     j:    Installs the Joy/Mouse rerouting task, which takes joystick
  23.         events on gameport 1 and feeds them down the input.device
  24.         food chain as mouse events.  This makes applications immune
  25.         to the state of the IR remote's JOY/MOUSE button.
  26.  
  27.         For more details, see the autodoc
  28.         playerprefs.library/InstallJoyMouse.
  29.  
  30.     v:    Centers the Intuition View based on the user's centering
  31.         stored in the bookmark.  It is highly recommended that all
  32.         CDTV titles make use of this option.
  33.  
  34.     c:    Starts the system's key click task with default settings.
  35.         This will cause a small "BEEP!" to be emitted each time the
  36.         user presses a key or mouse button.
  37.  
  38.         For more details, see the autodocs
  39.         playerprefs.library/InstallKeyClick  and
  40.         playerprefs.library/KeyClickCommand
  41.  
  42.     s:    Starts the system's screen saver task with default settings.
  43.         The time delay is taken from the CDTVPrefs bookmark.
  44.  
  45.         For more details, see the autodocs
  46.         playerprefs.library/InstallScreenSaver  and
  47.         playerprefs.library/ScreenSaverCommand
  48.  
  49.     l:    Sets the LACE bit in GfxBase.system_bplcon0.  This will
  50.         cause all Views to come up interlaced.  This is useful for
  51.         recording more reliably to VCR's.  This operation is
  52.         identical to the old PD program 'SetLace.'
  53.  
  54.    NOTES
  55.     The options 'c,' 's,' and 'l' will have no effect if the user has
  56.     not enabled the corresponding item in CDTVPrefs.  We strongly
  57.     recommend all CDTV titles make use of the 'c,' 's,' and 'l' options
  58.     which will guarantee configuring the system to the users
  59.     preferences.
  60.  
  61.    EXAMPLE
  62.     Bookit cslv    ; Recommended defaults
  63.     Bookit cslvj    ; Defaults plus joy/mouse rerouter
  64.  
  65.    AUTHOR
  66.     Leo L. Schwab
  67.     Designed by Sassenrath/Reichart/Ware
  68.  
  69.    BUGS
  70.  
  71.    SEE ALSO
  72.     playerprefs.library/InstallJoyMouse,
  73.     playerprefs.library/RemoveJoyMouse,
  74.     playerprefs.library/InstallKeyClick,
  75.     playerprefs.library/KeyClickCommand,
  76.     playerprefs.library/InstallScreenSaver,
  77.     playerprefs.library/ScreenSaverCommand
  78.  
  79.